home *** CD-ROM | disk | FTP | other *** search
/ Sigcat Software Showcase 1992 / SIGCat Software Showcase 1992 - CD-ROM Strategies.ISO / ref_tek / fielded / rbimgher.cfg < prev    next >
Encoding:
Text File  |  1992-03-02  |  14.2 KB  |  251 lines

  1. ############                  RBIMGHER.CFG                     ################
  2. # version 2.00  HER                                                           #
  3. #                 Configuration File for Hercules (720 X 348)                 #
  4. #                                                                             #
  5. #               Copy this  file and use the copy  to make                     #
  6. #               prototypes  for  new  CFG  files.     All                     #
  7. #               parameters in this file are optional. The                     #
  8. #               following exceptions apply:                                   #
  9. #                                                                             #
  10. #                   PORTRAIT_HELP, LANDSCAPE_HELP and                         #
  11. #                   SINGLE sections:                                          #
  12. #                       Default help text is very brief.                      #
  13. #                                                                             #
  14. #               The following displays are supported:                         #
  15. #               Display         Bit-mapped Resolution                         #
  16. #               --------        ---------------------                         #
  17. #               Wyse-700            1280 x 800                                #
  18. #               Moniterm            1280 x 960                                #
  19. #               EGA                  640 x 350                                #
  20. #               VGA                  640 x 480                                #
  21. #               Hercules             720 x 348                                #
  22. #                                                                             #
  23. #################################          ####################################
  24.  
  25. GENERAL:
  26.     CFG_VERSION = 200;                  # this config file for release 2.00 #
  27.                                         # 1 CAN BE PUT HERE BUT DISABLES    #
  28.                                         # TEXT AND IMAGE TABLE !            #
  29.     FIRST_DISPLAY = 2;                  # 2 portrait mode, 3 landscape mode #
  30.     DISPLAY_MODE = F1;                  # toggle key for modes              #
  31.     PRINT_SCREEN = S + s;               # key assignments the '+' means     #
  32.     PRINT_IMAGE = P + p;                # Uppercase OR lower case S         #
  33.     EXIT_RBIMG = ESC;                   # EXIT program key assignment       #
  34.     THRESH_HOLD_LEVEL = 2;              # default thresh hold level 1-3     #
  35.     THRESH_DEC = F10;                   # key to decrease threshold level   #
  36.     THRESH_INC = F9;                    # key to increase threshold level   #
  37.     DISABLE_IMG_ENHANCE = 0;            # disable grey scale for speed      #
  38.     CER_HEIGHT = 125;                   # Critical Error Window Height      #
  39.     CER_WIDTH = 400;                    # Critical Error Window Width       #
  40.     CER_ULY = 100;                      # Critical Error Window Upper Left Y#
  41.     CER_ULX = 150;                      # Critical Error Window Upper Left X#
  42.     PAN_SIZE = 3;                       # Pan movement relative size 0 - 6  #
  43.     EXPORT_TYPE = 0;                    # Export Compression Type 0 - 2     #
  44.                                         # 0 : PCX                           #
  45.                                         # 1 : TIFF Uncompressed             #
  46.                                         # 2 : TIFF Pack Bits                #
  47.     EXPORT_COLOR = 1;                   # 0 : Monochrome Export, 1 : Color  #
  48.     HELP_HEIGHT = 250;                  # Popup Help Window Height          #
  49.     HELP_WIDTH = 440;                   # Popup Help Window Width           #
  50.     HELP_ULY = 75;                      # Popup Help Window Upper Left Y    #
  51.     HELP_ULX = 100;                     # Popup Help Window Upper Left X    #
  52.     POPUP_HELP = ALT-H;                 # Key to Popup Help                 #
  53.     BEEP_ENABLED = 1;                   # Enable Beeps? 0 : No, 1 : Yes     #
  54.     PRINT_VT = 2;                       # Print slight Vertical Oversize:   #
  55.                                         # 0 = Centered, 1 = Trim Top,       #
  56.                                         # 2 = Trim Bottom, 3 = Tiled        #
  57.     PRINT_HR = 2;                       # Print slight Horizontal Oversize: #
  58.                                         # 0 = Centered, 1 = Trim Left,      #
  59.                                         # 2 = Trim Right, 3 = Tiled         #
  60.  
  61. PORTRAIT_CFG:
  62.     IMAGE_WIDTH =  423;                 # window width in pixels            #
  63.     IMAGE_HEIGHT = 348;                 # window height in pixels           #
  64.     IMAGE_STARTX = 297;                 # x coord upper left corner image   #
  65.     IMAGE_STARTY = 4;                   # y coord upper left corner image   #
  66.     ZOOM_HEIGHT = 162;                  # height of zoom window in pixels   #
  67.     HELP_LINES = 1;                     # number of help lines at bottom    #
  68.     BIG_ZOOM = 1;                       # 0 = disabled, 1 = enabled         #
  69.     INSTANT_ZOOM = 0;                   # 0 = display detail box            #
  70.     PAN_DELAY = 25;                     # delay before redisplay of image   #
  71.     TEXT_POPUP = 0;                     # 0 text is static, 1 text is popup #
  72.     TEXT_ULX = 9;                       # placement of text window          #
  73.     TEXT_ULY = 145;                     # placement of text window          #
  74.     TEXT_ROWS = 12;                     # size (height) of text window      #
  75.     TEXT_COLS = 78;                     # size (width) of text window       #
  76.     ITBL_POPUP = 0;                     # 0 table is static, 1 is popup     #
  77.     ITBL_ULX = 36;                      # placement of itable window        #
  78.     ITBL_ULY = 29;                      # placement of itable window        #
  79.     ITBL_ROWS = 12;                     # size (height) of itable window    #
  80.     ITBL_COLS = 42;                     # size (width) of itable window     #
  81.  
  82. PORTRAIT:                               # KEY ASSIGNMENTS IN PORTRAIT MODE  #
  83.     PAN_RT = RT;                        # pan image right key assignment    #
  84.     PAN_LT = LT;                        # pan image left key assignment     #
  85.     PAN_UP = UP;                        # pan image up key assignment       #
  86.     PAN_DN = DN;                        # pan image down key assignment     #
  87.     PAN_ULC = HOME;                     # pan image to upper left corner    #
  88.     PAN_URC = PGUP;                     # pan image to upper right corner   #
  89.     PAN_LLC = END;                      # pan image to lower left corner    #
  90.     PAN_LRC = PGDN;                     # pan image to lower right corner   #
  91.     PAN_FINE = INS;                     # set pan size to fine              #
  92.     PAN_COARSE = DEL;                   # set pan size to coarse            #
  93.     ZOOM_IN = PLUS;                     # zoom in 1 level                   #
  94.     ZOOM_OUT = MINUS;                   # zoom back out 1 level             #
  95.     NEXT = 3;                           # show next image in image table    #
  96.     PREV = 9;                           # show previous image in image table#
  97.     FIRST = 7;                          # show first image in image table   #
  98.     LAST = 1;                           # show last image in image table    #
  99.     GOTO_TEXT = SPACE;                  # show text window if available     #
  100.     GOTO_ITBL = BKSP;                   # show itable window if available   #
  101.     SHOW_SLIDE = F7;                    # display color slide if available  #
  102.     EXPORT = F5;                        # export portion of image           #
  103.     EXPORT_CORN_SEL = ENTER;            # export image corner select        #
  104.  
  105. PORTRAIT_HELP:
  106.     IMAGE =
  107. %%
  108.  Portrait Image Window                  Alt-H for Help                               RBIMG 2.00 
  109. %%
  110.  
  111.     TEXT =
  112. %%
  113.  Portrait Text Window                   Alt-H for Help                               RBIMG 2.00 
  114. %%
  115.  
  116.     ITABLE =
  117. %%
  118.  Portrait Image Table Window            Alt-H for Help                               RBIMG 2.00 
  119. %%
  120.  
  121. LANDSCAPE_CFG:
  122.     HELP_LINES = 1;                     # number of help lines at bottom    #
  123.     TEXT_ULX = 90;                      # placement of text window (col)    #
  124.     TEXT_ULY = 60;                      # placement of text window (row)    #
  125.     TEXT_ROWS = 12;                     # size (height) of text window      #
  126.     TEXT_COLS = 78;                     # size (width) of text window       #
  127.     ITBL_ULX = 90;                      # placement of itable window        #
  128.     ITBL_ULY = 60;                      # placement of itable window        #
  129.     ITBL_ROWS = 12;                     # size (height) of itable window    #
  130.     ITBL_COLS = 42;                     # size (width) of itable window     #
  131.  
  132. LANDSCAPE:                              # KEY ASSIGNMENTS IN LANDSCAPE MODE #
  133.     SCROLL_RT  = RT;                    # pan image right key assignment    #
  134.     SCROLL_LT  = LT;                    # pan image left key assignment     #
  135.     SCROLL_UP = UP;                     # pan image up key assignment       #
  136.     SCROLL_DN = DN;                     # pan image down key assignment     #
  137.     SCROLL_HOME = HOME;                 # pan image to upper left corner    #
  138.     SCROLL_URC = PGUP;                  # pan image to upper right corner   #
  139.     SCROLL_END = PGDN;                  # pan image to lower left corner    #
  140.     SCROLL_LLC = END;                   # pan image to lower right corner   #
  141.     PAN_FINE = INS;                     # set pan size to fine              #
  142.     PAN_COARSE = DEL;                   # set pan size to coarse            #
  143.     ZOOM_IN = PLUS;                     # zoom in 1 level                   #
  144.     ZOOM_OUT = MINUS;                   # zoom back out 1 level             #
  145.     NEXT = 3;                           # show next image in image table    #
  146.     PREV = 9;                           # show previous image in image table#
  147.     FIRST = 7;                          # show first image in image table   #
  148.     LAST = 1;                           # show last image in image table    #
  149.     POPUP_TEXT = F2;                    # show text window if available     #
  150.     POPUP_ITBL = F3;                    # show itable window if available   #
  151.     SHOW_SLIDE = F7;                    # display color slide if available  #
  152.     EXPORT = F5;                        # export portion of image           #
  153.     EXPORT_CORN_SEL = ENTER;            # export image corner select        #
  154.  
  155. LANDSCAPE_HELP:
  156.     IMAGE =
  157. %%
  158.  Landscape Image Window                 Alt-H for Help                               RBIMG 2.00 
  159. %%
  160.  
  161.     TEXT =
  162. %%
  163.  Landscape Text Window                  Alt-H for Help                               RBIMG 2.00 
  164. %%
  165.  
  166.     ITABLE =
  167. %%
  168.  Landscape Image Table Window           Alt-H for Help                               RBIMG 2.00 
  169. %%
  170.  
  171. SINGLE:
  172.     S_HELP_LINES = 1;
  173.     S_IMAGE =
  174. %%
  175.  Single Image Table Window              Alt-H for Help                               RBIMG 2.00 
  176. %%
  177.  
  178. TEXT:                                   # DISPLAY TEXT WINDOW               #
  179.     ENABLE = 1;                         # 1 enable, 0 disable               #
  180.     TABS = 8;                           # number of spaces to represent tabs#
  181.     WIDTH = 78;                         # width of window in characters     #
  182.     UP = UP;                            # scroll up key assignment          #
  183.     DN = DN;                            # scroll down key assignment        #
  184.     LT = LT;                            # scroll left key assignment        #
  185.     RT = RT;                            # scroll right key assignment       #
  186.     PGUP = PGUP;                        # scroll page down key assignment   #
  187.     PGDN = PGDN;                        # scroll page up key assignment     #
  188.     HOME = HOME;                        # goto top of text key assignment   #
  189.     END = END;                          # goto last page of text key assign #
  190.     UNPOP = F2;                         # unpop window ( if popup )         #
  191.     GOTO_ITBL = SPACE;                  # make image table window active key#
  192.     GOTO_IMAGE = BKSP + ENTER;          # make image window active keys     #
  193.     TITLE =                             # text for text window title        #
  194. %%
  195. Record Text
  196. %%
  197.  
  198. ITABLE:                                 # DISPLAY IMAGE TABLE               #
  199.     ENABLE = 1;                         # 1 enable, 0 disable               #
  200.     UP = UP;                            # scroll up 1 item key assignment   #
  201.     DN = DN;                            # scroll down 1 item key assignment #
  202.     PGUP = PGUP;                        # scroll up 1 page key assignment   #
  203.     PGDN = PGDN;                        # scroll down 1 page key assignment #
  204.     HOME = HOME;                        # goto top of image list key assign #
  205.     END = END;                          # goto bottom of list key assign    #
  206.     SHOW_TEXT = ALT-T;                  # show record                       #
  207.     SHOW_IMG = ENTER;                   # show the img referenced key assign#
  208.     UNPOP = F3;                         # unpop window ( if popup )         #
  209.     GOTO_TEXT = BKSP;                   # show text window key assignment   #
  210.     GOTO_IMAGE = SPACE;                 # show image window key assignment  #
  211.     TAG_CURRENT = T + t;                # Key to tag current image          #
  212.     TAG_ALL = CTL-T;                    # Key to tag all images             #
  213.     USE_ID = 0;                         # 1 use image id, 0 use title       #
  214.     TITLE =                             # title for image table window      #
  215. %%
  216. Image Table
  217. %%
  218.  
  219. MESSAGE:
  220.                                         # shows while image is loading      #
  221.     LOAD_IMAGE =
  222. %%
  223. LOADING
  224. %%
  225.                                         # shows during image decompression  #
  226.     EXPAND_IMAGE =
  227. %%
  228. EXPANDING
  229. %%
  230.                                         # shows during text update          #
  231.     CORRECT_IMAGE =
  232. %%
  233. CORRECTING
  234. %%
  235.                                         # delay message                     #
  236.     READ_TEXT =
  237. %%
  238. PLEASE WAIT...
  239. %%
  240.                                         # shows while printing is happening #
  241.     PRINT_IMAGE =
  242. %%
  243. PRINTING
  244. %%
  245.                                         # shows while printing is happening #
  246.     PRINT_SCREEN =
  247. %%
  248. SCREEN PRINT
  249. %%
  250. 
  251.